home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / THELPDIALOGFORM / THELPDIALOGFORM.txt
Text File  |  2003-03-07  |  2KB  |  74 lines

  1. object HelpDialogForm: THelpDialogForm
  2.   Left = 296
  3.   Top = 193
  4.   Width = 640
  5.   Height = 480
  6.   Caption = 'Help'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PanelBase: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 632
  25.     Height = 453
  26.     Align = alClient
  27.     BevelInner = bvLowered
  28.     BevelOuter = bvNone
  29.     Caption = 'PanelBase'
  30.     TabOrder = 0
  31.     object PanelToolbar: TPanel
  32.       Left = 1
  33.       Top = 1
  34.       Width = 630
  35.       Height = 24
  36.       Align = alTop
  37.       BevelOuter = bvNone
  38.       TabOrder = 0
  39.       object ButtonContents: TButton
  40.         Left = 0
  41.         Top = 0
  42.         Width = 75
  43.         Height = 25
  44.         Caption = 'Contents'
  45.         TabOrder = 0
  46.         OnClick = ButtonContentsClick
  47.       end
  48.       object ButtonBack: TButton
  49.         Left = 76
  50.         Top = 0
  51.         Width = 75
  52.         Height = 25
  53.         Caption = 'Back'
  54.         TabOrder = 1
  55.         OnClick = ButtonBackClick
  56.       end
  57.     end
  58.     object WebBrowser: TWebBrowser
  59.       Left = 1
  60.       Top = 25
  61.       Width = 630
  62.       Height = 427
  63.       Align = alClient
  64.       TabOrder = 1
  65.       ControlData = {
  66.         4C0000001D410000222C00000000000000000000000000000000000000000000
  67.         000000004C000000000000000000000001000000E0D057007335CF11AE690800
  68.         2B2E126201000000000000004C0000000114020000000000C000000000000046
  69.         8000000000000000000000000000000000000000000000000000000000000000
  70.         00000000000000000100000000000000000000000000000000000000}
  71.     end
  72.   end
  73. end
  74.